Skip to main content

All Questions

11votes
3answers
8kviews

How does a shell execute a program?

If I compile a program using gcc, and try to execute it from the bash shell, what is the exact sequence of steps followed by bash to execute it ? I know fork(), execve(), loader, dynamic linker (and ...
Jake's user avatar
  • 1,413

close